Types of sequence
Arithmetic Sequences
Definition:
An arithmetic sequence is a sequence in which each term is obtained by adding a constant difference
where:
is the -th term. is the first term. is the common difference between consecutive terms.
Example:
Consider the arithmetic sequence with
Using the formula for the
Sum of an Arithmetic Sequence:
The sum of the first
or equivalently:
Geometric Sequences
Definition:
A geometric sequence is a sequence in which each term is obtained by multiplying the previous term by a constant ratio
where:
is the -th term. is the first term. is the common ratio between consecutive terms.
Example:
Consider the geometric sequence with
Using the formula for the
Sum of a Geometric Sequence:
The sum of the first
The sum of an infinite geometric series is:
Harmonic Sequences
Definition:
A harmonic sequence is a sequence where each term is the reciprocal of the corresponding term in an arithmetic sequence. The general form of a harmonic sequence is:
or, more generally:
where
Example:
The harmonic sequence corresponding to the arithmetic sequence
Harmonic Series:
The sum of the harmonic sequence (the harmonic series) is:
This series diverges, meaning it grows without bound as more terms are added, even though each term gets smaller.
Recursive Sequences
Definition:
A recursive sequence is defined by a recurrence relation, where each term is a function of one or more of the previous terms. Instead of providing an explicit formula for
Example:
The sequence defined by the recurrence relation:
is a recursive arithmetic sequence where each term is the previous term plus 2. The sequence is:
General Recursive Formula:
Many recursive sequences are defined in terms of both initial conditions and a recursive formula.
Example (Geometric Recursive):
With
Fibonacci Sequence
Definition:
The Fibonacci sequence is a famous recursive sequence where each term is the sum of the two preceding terms. The sequence is defined by the recurrence relation:
The first few terms of the Fibonacci sequence are:
Properties of the Fibonacci Sequence:
- The Fibonacci sequence grows exponentially as
increases. - The ratio of consecutive Fibonacci numbers approaches the golden ratio: